home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / Project1_real_sf.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1999-01-25  |  1.2 KB  |  68 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 121
  4.   Width = 279
  5.   Height = 69
  6.   Caption = 'CrackMe#2 (c)tC...'#39'99 <sUrReALIzM>'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -10
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Visible = True
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 228
  18.     Top = 7
  19.     Width = 37
  20.     Height = 18
  21.     Caption = 'Name'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 228
  25.     Top = 26
  26.     Width = 37
  27.     Height = 15
  28.     Caption = 'Serial'
  29.   end
  30.   object Button1: TButton
  31.     Left = 0
  32.     Top = 0
  33.     Width = 111
  34.     Height = 20
  35.     Caption = 'Select Keyfile'
  36.     TabOrder = 0
  37.     OnClick = Button1Click
  38.   end
  39.   object Button2: TButton
  40.     Left = 0
  41.     Top = 20
  42.     Width = 111
  43.     Height = 21
  44.     Caption = 'Register'
  45.     TabOrder = 1
  46.     OnClick = Button2Click
  47.   end
  48.   object Edit1: TEdit
  49.     Left = 111
  50.     Top = 0
  51.     Width = 111
  52.     Height = 24
  53.     MaxLength = 32
  54.     TabOrder = 2
  55.   end
  56.   object Edit2: TEdit
  57.     Left = 111
  58.     Top = 20
  59.     Width = 111
  60.     Height = 21
  61.     TabOrder = 3
  62.   end
  63.   object OpenDialog1: TOpenDialog
  64.     Left = 336
  65.     Top = 8
  66.   end
  67. end
  68.